home *** CD-ROM | disk | FTP | other *** search
/ New York Yankees - Interactive Yearbook / New York Yankees: Interactive Yearbook.iso / pc / material / casts / common.cxt / 00110_Field_110.txt < prev    next >
Text File  |  1998-09-14  |  460b  |  22 lines

  1. global theQT, whichKey,menuOn,videoon
  2. on idle 
  3.   
  4.   
  5.   if the framelabel = "broadcasters" then
  6.     set the volume of sound(1) = 0
  7.   end if
  8.   
  9.   
  10.   if menuon = 0 then
  11.     if videoOn = 0 then
  12.       if the framelabel <>"broadcasters" then
  13.         if soundbusy (1) = 0 then
  14.           randomsound
  15.         end if
  16.       end if
  17.     end if
  18.     set the volume of sound(1) = (whichKey*28)
  19.     set the volume of sound(2) = (whichKey*28)
  20.   end if
  21.   
  22.